net.IP.matchAddrFamily (method)
4 uses
net (current package)
dial.go#L249: if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(tcp.IP) {
dial.go#L254: if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(udp.IP) {
dial.go#L259: if !wildcard && !addr.isWildcard() && !addr.IP.matchAddrFamily(ip.IP) {
ip.go#L445: func (ip IP) matchAddrFamily(x IP) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)